reftests: Use 0.6 alpha, not 0.5
authorBenjamin Otte <otte@redhat.com>
Wed, 15 Sep 2021 20:32:12 +0000 (22:32 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 16 Sep 2021 21:59:37 +0000 (23:59 +0200)
0.5 leads to some GL renderers computing 0.5 * 0xFF as 0x7F and
others 0x80, while 0.6 * 0xFF (255 is divisible by 5) is always 0x99.

testsuite/reftests/background-origin.css
testsuite/reftests/reference-background-origin.png

index 53ad92b586a4abed3c1ff8bc4e87b2c301a139fe..f4a315484848b0b681cdc66303e6212ef0241d54 100644 (file)
@@ -7,7 +7,7 @@ window {
 button {
   border-width: 5px;
   border-style: solid;
-  border-color: rgba(255,0,0,0.5);
+  border-color: rgba(255,0,0,0.6);
   padding: 10px;
   background-color: rgb(0,0,255);
 
index 3d02cb5b9640a753a31e9817f3b0731073c05183..67e9c5816ce265358d3357c866e99c83d0b74d03 100644 (file)
Binary files a/testsuite/reftests/reference-background-origin.png and b/testsuite/reftests/reference-background-origin.png differ